func runtime.memProfileInternal
3 uses
runtime (current package)
mprof.go#L995: return memProfileInternal(len(p), inuseZero, func(r profilerecord.MemProfileRecord) {
mprof.go#L1011: func memProfileInternal(size int, inuseZero bool, copyFn func(profilerecord.MemProfileRecord)) (n int, ok bool) {
mprof.go#L1091: return memProfileInternal(len(p), inuseZero, func(r profilerecord.MemProfileRecord) {
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |